home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 933 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  957 b 

  1. Path: news.mira.net.au!news
  2. From: bytey@werple.net.au (Chris Hames)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Sync with trackdisk RAW-cmds
  5. Date: 13 Jan 1996 12:38:18 +1100
  6. Organization: Werple Internet, Melbourne
  7. Message-ID: <4d72ea$6ua@werple.net.au>
  8. References: <1996Jan12.110823.1385@rcum>
  9. NNTP-Posting-Host: werple.mira.net.au
  10.  
  11. stein@imola.jump.org (David Balazic) writes:
  12.  
  13. >Is there a way to use WORD sync ?? ( using TD_RAWxxx  , NOT accessing HW ! )
  14.  
  15. /*
  16. ** raw read and write can be synced with a $4489 sync pattern.    This flag
  17. ** in io request's IO_FLAGS field tells the driver that you want this.
  18. */
  19. #define IOTDB_WORDSYNC    5
  20. #define IOTDF_WORDSYNC (1<<5)
  21.  
  22. V36 onwards.  RAWREAD/WRITE don't work properly under kick 1.2/1.3 anyway.
  23.  
  24. -- 
  25. Chris Hames   bytey@werple.mira.net.au (OR bytey@melbourne.dialix.oz.au)
  26. "How do I start another MS Windows process on this machine ?" 'huh ?'
  27. "Don't real IBM-PC's have the PC-Task icon to double click ?"
  28.